home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Standard Mail / CollaboDraw (w⁄DigiSign) / digisig.h < prev    next >
Encoding:
Text File  |  1993-06-11  |  849 b   |  21 lines  |  [TEXT/KAHL]

  1. OSErr InitDigitalSignatures(void);
  2. void ExitDigitalSignatures(void);
  3.  
  4. void DSIGSetupSignMenu(WindowPtr window,WInfoPtr infoPtr);
  5. void DSIGOpenFile(WInfoPtr infoPtr);
  6. void DSIGCloseFile(WInfoPtr infoPtr);
  7. void DSIGSaveFile(WInfoPtr infoPtr,short newResRef,Boolean saveACopy);
  8. void DSIGCopySigsToTemp(WInfoPtr infoPtr);
  9.  
  10. void DSIGDrawSigner(ShapeListPtr theShape,Point drawOffset);
  11. Boolean DSIGHitShape(WindowPtr window,WInfoPtr infoPtr,Point hitPt,Point offsetPos,ShapeListPtr theShape);
  12.  
  13. void CommSign(WindowPtr window);
  14. void CommVerify(WindowPtr window);
  15. void CommShowSigners(WindowPtr window);
  16.  
  17. OSErr SignShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape,Size sigSize);
  18. OSErr VerifyShape(WInfoPtr infoPtr,SIGContextPtr sigContext,ShapeListPtr theShape);
  19.  
  20. OSErr ProcessShapeData(SIGContextPtr sigContext,ShapeListPtr theShape);
  21.